home *** CD-ROM | disk | FTP | other *** search
- ; $Id: PreludeAHI Install by Thomas Wenzel
- ; $VER: PreludeAHIInstall 1.1 (19.11.99)
-
-
- (complete 0)
-
- (message "\nMHI MAS Player Pro Driver\n"
- "\nCopyright (C) 2001 Paul Qureshi\n"
- "\nReleased under the terms of the BSD Public Licence, see documentation "
- "for details.\n"
- "\nThis driver supports the MAS Player Pro, created by Dirk Conrad. It will "
- "be installed in Libs:MHI/ by default, this is the recommended place."
- )
-
- (if
- (exists "Libs:MHI" (NOREQ))
- (
- (makedir "libs:MHI"
- (help @makedir-help)
- (confirm)
- (prompt "\nCreating Libs:MHI/")
- )
- )
- )
-
- (complete 33)
-
- (copylib
- (confirm)
- (prompt "\nInstalling MAS Player Pro hardware driver")
- (help @copylib-help)
- (source "libs/MHI/mhimaspro.library")
- (dest "Libs:MHI")
- )
-
- (complete 66)
-
- (copyfiles
- (help @copyfiles-help)
- (confirm)
- (infos)
- (prompt "\Copying documentation to HELP:")
- (source "mhi_MASPro.guide")
- (dest "HELP:")
- )
-
- (complete 100)
-
- (set @default-dest "SYS:")
-